{
if (type == Type.CODE)
{
return new VoltCacheResult(response.getResults()[0].fetchRow(0).getLong(0));
}
else if (type == Type.DATA)
{
{
if (type == Type.CODE)
{
return _CODES[(int)response.getResults()[0].asScalarLong()];
}
else if (type == Type.DATA)
{